home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club (Business) 1997 July
/
Software of the Month Club - Business (Volume 239) (July 1997).iso
/
pc
/
code
/
intro.dxr
/
00004.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-15
|
157 b
|
14 lines
global gCodePath
on exitFrame
if the movieRate of sprite 1 then
go(the frame)
else
go("JumptoA")
end if
end
on mouseDown
go("JumptoA")
end